home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Plate Tectonics / card_6679.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  56 lines

  1. -- card: 6679 from stack: in
  2. -- bmap block id: 7060
  3. -- flags: 0000
  4. -- background id: 10276
  5. -- name: quake
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8002
  11. -- rect: left=198 top=312 right=336 bottom=330
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Animation
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   if the name of this card is not "world map" then
  24.     go to card "world map"
  25.     repeat 4 times
  26.       visual wipe left very slowly
  27.       go next
  28.       wait 30
  29.     end repeat
  30.   end if
  31.  
  32.  
  33.  
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 3 (button)
  39. -- low flags: 00
  40. -- high flags: A002
  41. -- rect: left=16 top=319 right=340 bottom=76
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: Return
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   global ReturnCard
  53.   go ReturnCard
  54. end mouseUp
  55.  
  56.